Uses of Interface
com.willowtreeapps.android.shared.ImageTransformation

Packages that use ImageTransformation
com.willowtreeapps.android.shared   
 

Uses of ImageTransformation in com.willowtreeapps.android.shared
 

Methods in com.willowtreeapps.android.shared with parameters of type ImageTransformation
static String OAKImageLoader.getPrintedUrl(String originalUrl, ImageTransformation... transformations)
           
static void OAKImageLoader.preCache(String[] urls, ImageTransformation... transformations)
          Downloads images in urls array and applies transformations to each.
static void OAKImageLoader.start(String imageUrl, android.widget.ImageView imageView, android.graphics.drawable.Drawable dummyDrawable, android.graphics.drawable.Drawable errorDrawable, ImageTransformation... transformations)
           
static void OAKImageLoader.start(String imageUrl, android.widget.ImageView imageView, ImageTransformation... transformations)
           
protected static void OAKImageLoader.start(String imageUrl, android.widget.ImageView imageView, OAKImageLoaderHandler handler, android.graphics.drawable.Drawable dummyDrawable, android.graphics.drawable.Drawable errorDrawable, ImageTransformation... transformations)
           
static void OAKImageLoader.start(String imageUrl, OAKImageLoaderHandler handler, android.graphics.drawable.Drawable dummyDrawable, android.graphics.drawable.Drawable errorDrawable, ImageTransformation... transformations)
           
static void OAKImageLoader.start(String imageUrl, OAKImageLoaderHandler handler, ImageTransformation... transformations)
           
 



Copyright © 2011. All Rights Reserved.